ComponentOne Scheduler for WinForms
ShowDates(DateTime[]) Method

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Schedule Class > ShowDates Method : ShowDates(DateTime[]) Method
The array of System.DateTime values.
Shows specified dates in the scheduler choosing appropriate type of view.
Syntax
'Declaration
 
Public Overloads Sub ShowDates( _
   ByVal dates() As System.Date _
) 
public void ShowDates( 
   System.DateTime[] dates
)

Parameters

dates
The array of System.DateTime values.
See Also

Reference

C1Schedule Class
C1Schedule Members
Overload List